home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / netinfo / simtel20.archives < prev    next >
Text File  |  1992-07-21  |  16KB  |  330 lines

  1.  
  2. [File: SIMTEL20.ARCHIVES                 Last revised: July 21, 1992]
  3.  
  4.    [Note: Due to local policy changes, we are no longer able to keep
  5.    the PC/Blue collection online and intact.  We are sorry for any
  6.    inconvenience to our users.  The PC-Blue collection is available
  7.    from OAK.Oakland.Edu, in directory /pub/pc-blue.]
  8.  
  9.                      THE SIMTEL20 ARCHIVES
  10.  
  11. OVERVIEW
  12.  
  13. There is a colossal amount of free public domain and shareware
  14. software for the CP/M, PCDOS/MSDOS, Macintosh, and UNIX operating
  15. systems, and for the DoD standard programming language, Ada, in
  16. several archives on WSMR-SIMTEL20.ARMY.MIL (IP host 192.88.110.20),
  17. a DECSYSTEM-20 running the TOPS-20 operating system at White Sands
  18. Missile Range, New Mexico.  Archives of correspondence for several
  19. mailing lists are also available.
  20.  
  21.     [SIMTEL20 is a contraction of SIMulation and TELeprocessing, the
  22.     name of the branch that originally purchased the machine and in
  23.     whose building the system still resides, and the "20" in
  24.     DECSYSTEM-20.  The convention of including the "20" in some form
  25.     or another was popular with other DECSYSTEM-20 systems at the time
  26.     SIMTEL20 was named, such as MIT-XX at MIT and SCORE at Stanford.]
  27.  
  28. You can obtain these files using the InterNet file transfer protocol,
  29. FTP (described in a following paragraph), with user-name "anonymous".
  30. For a login password, use "guest", your host-name, or any other string
  31. of printing characters.  Throughout this message, FTP examples are
  32. given in a GENERIC syntax.  You will have to consult either local
  33. documentation or your friendly system wizard to learn the actual
  34. syntax used with your local mainframe operating system.  For the sake
  35. of brevity, the full host name "WSMR-SIMTEL20.ARMY.MIL" will be
  36. dropped from further references to SIMTEL20 in this discussion.  Also
  37. please note that square brackets may be used in place of angle brackets
  38. in referring to directory names.  For example, pd1:[msdos.filedocs]
  39. is the same as pd1:<msdos.filedocs>
  40.  
  41. There are many helpful files in the default ANONYMOUS ftp directory.
  42. Please look at these if you have need for further information on
  43. specific collections.
  44.  
  45. To obtain directory listings, connect to SIMTEL20 via FTP and get
  46. these files:
  47.  
  48.   pd1:<msdos>msdos.crclst
  49.   pd2:<cpm>cpm.crclst
  50.   pd2:<cpmug>cpmug.crclst
  51.   pd2:<sigm>sigm.crclst
  52.   pd8:<hz100>hz100.crclst
  53.   pd9:<macintosh>macintosh.crclst
  54.   pd8:<misc>misc.crclst
  55.   pd6:<unix-c>unix-c.crclst
  56.   pd7:<ada>ada.crc
  57.  
  58. There is also a comma-delimited directory listing in each top-level
  59. directory, FILES.IDX, which is suitable for importing into a database
  60. program.  This file may be of greater use than the crclst files
  61. because it can be compared against an earlier version of the same file
  62. to produce a complete list of files added and deleted from the
  63. archives.  Using the comma-delimited fields it is possible to build a
  64. script for FTP to maintain a parallel archive.  FILES.IDX can be
  65. printed or displayed with a simple BASIC program.  For more information
  66. see PD1:<MSDOS.FILEDOCS>AAAREAD.ME.
  67.  
  68. The <CPM>, <MSDOS>, <UNIX-C> and <MACINTOSH> archives are the ones to
  69. watch for the very latest offerings, as they are updated frequently. 
  70.  
  71. The <CPMUG>, and <SIGM> archives contain software distributed by
  72. the CP/M Users Group and the SIG/M Users Group respectively.  This
  73. software is available on diskettes from the associated user groups,
  74. and the archives are updated as new volumes are issued.
  75.  
  76. The <MSDOS> archives contain software for the MS-DOS and PC-DOS
  77. operating systems.
  78.  
  79. The <UNIX-C> archive contains a variety of UNIX tools.  Those which
  80. apply specifically to CP/M are in the directory <UNIX-C.CPM>.
  81.  
  82. The <ADA> archive is growing rapidly. Information about this archive
  83. is in directory PD7:<ADA.GENERAL>.  In general, the archived software
  84. is very good, having been worked-over and refined by many users.  The
  85. documentation and comments tend to be complete and informative.
  86.  
  87. Files in all of these archives can be obtained using the FTP procedures
  88. described in this message.
  89.  
  90. PLEASE NOTE:  Due to the large number of files available, the archive
  91. maintainers cannot possibly attempt to validate the proper operation of
  92. the various programs.  When a program bug is reported, immediate action
  93. is taken to either correct the error or remove the offending program
  94. from the archives.  Still, users must understand that all archive
  95. programs are offered AS IS, and the archive maintainers specifically
  96. disclaim any liability should these programs malfunction or cause
  97. damage, incidental or otherwise.  When testing ANY new software, be
  98. certain that all information stored on disk is backed-up before you
  99. start, so that you can recover if files are damaged or erased.  This is
  100. particularly true if you have a hard disk, in which case malfunctions
  101. can be spectacularly disasterous.
  102.  
  103. FILE TYPES
  104.  
  105. Files are stored in two formats: Text files such as those with names
  106. that end with DOC, HEX, INF and ASM are sometimes stored as ASCII
  107. files, but sometimes these files are stored in binary compressed
  108. form.  Binary storage is also used for executable (COM and EXE) and
  109. library/archive files  (LBR and ARC).  All binary data are stored as
  110. four 8-bit bytes per 36-bit SIMTEL20 word, with the low-order four
  111. bits of each word filled with zeros.  If such a file is interpreted
  112. as a contiguous string, as will happen if a straight binary transfer
  113. is made to a 16 or 32-bit UNIX machine, the four zero filler-bits per
  114. 36-bit group will cause rather bizarre and frustrating results.
  115.  
  116. For information on ARC, ARK, ARJ, LZH, ZIP, ZOO, LBR, squeezed and
  117. crunched files, get  PD2:<CPM.STARTER-KIT>00-FILES.DOC  and/or
  118. PD1:<MSDOS.STARTER>00-FILES.DOC. 
  119.  
  120. Although the type of storage used for a particular file can usually be
  121. inferred from the file-name, this is not always true.  It is a good idea
  122. to check the appropriate "crclst" of "idx" file to ascertain the storage
  123. format used for each file of interest.  Now, and for the foreseeable
  124. future, storage formats for files in the <SIGM> archive can be
  125. determined from their "generation numbers".  All files with names ending
  126. in ".1" are stored in binary format, and those with names ending in ".2"
  127. are stored in ASCII.  This relationship will continue to apply for files
  128. in the <SIGM> archive until further notice. 
  129.  
  130. WARNING: Because the public domain archives on SIMTEL20 consume a huge
  131. amount of disk space, storage capacity will be conserved by the greatest
  132. practical use of libraries, archives, crunched and squeezed files, all
  133. of which are stored in binary format.  If you cannot properly transfer
  134. binary files, you are going to be VERY FRUSTRATED!  If you need help,
  135. please contact your local system wizard and provide him/her with a copy
  136. of this message.  Having done that, if you are still unable to make
  137. things work correctly, send a message to Action@WSMR-SIMTEL20.ARMY.MIL
  138. and someone will try to help you.  Please provide the following
  139. information:
  140.  
  141.  1. Machine and operating system  (e.g., VAX-11/780, 4.3 BSD UNIX)
  142.  2. Network software in use  (e.g., 3-Com UNET)
  143.  3. Complete list of available FTP commands  (e.g., GET, PUT, etc.)
  144.  
  145. Important files in the <CPMUG> archives are the CATALOG files. These
  146. files, which are stored in ASCII, contain the "-CATALOG.nnn" files
  147. from all the volumes of the archive.  To obtain the composite catalog
  148. files, connect to SIMTEL20 via FTP and get this file:
  149.  
  150.   pd2:<cpmug>cpmug.cat
  151.  
  152. Similar files exist for the <SIGM> archive, but they are stored in
  153. squeezed form.  These files, when unsqueezed, yields SIG0.CAT and
  154. SIG1.CAT (the catalog).
  155.  
  156.   pd2:<sigm.vol000>sig0.cqt
  157.   pd2:<sigm.vol000>sig1.cqt
  158.  
  159. (NOTE: That's "L-and-three-zeros" in "vol000")
  160.  
  161. FILE TRANSFER VIA FTP
  162.  
  163. FTP stands for File Transfer Protocol, a formalized procedure for
  164. moving files among machines on the Defense Data Network (DDN) and other
  165. networks that connect with the DDN.  The protocol is implemented by a
  166. program often called FTP.  The different mainframe operating systems
  167. implement FTP with variations in command syntax.  Some systems have the
  168. remote-file-name precede the local-file-name in the command.  Others
  169. reverse this order.  Some versions have the whole command on a single
  170. input line, while others use multiple lines.  Read the documentation
  171. for your local system, or consult a friendly system wizard for the
  172. details of your local FTP command syntax.
  173.  
  174. UNIX users can do something like "man ftp" for on-line instructions.
  175. However, not all UNIX FTP programs are called "ftp", so you may have
  176. to snoop around in the system directories or ask a system wizard for
  177. the correct local name to use with the "man" command.  ITS users can
  178. do ":INFO FTP", and "HELP FTP" works on TOPS-20 and some other
  179. operating systems.  I will be happy to update this message with
  180. pointers to other sources of on-line documentation if they are sent
  181. to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  182.  
  183. FTP transfers from SIMTEL20 can be made with user-name "anonymous".
  184. Use GUEST for the password.  For anonymous logins, SIMTEL20 supports
  185. the FTP "change working directory" command.  (Your local syntax may
  186. be something like CD, or CWD).  Ignore the message which may appear
  187. that prompts you to enter a password.  This command allows you to
  188. specify a default SIMTEL20 directory to be used for all file
  189. retrievals, and thereby relieves you from having to repeatedly type
  190. "pdx:<whatever>" as part of each filename.  For example, you can do
  191. something like this:
  192.  
  193.   cd pd1:<msdos.goodstuff>
  194.   get filename-1
  195.   get filename-2
  196.   ...and so on
  197.  
  198. instead of using the longer filename forms shown in previous examples.
  199.  
  200. Users of TOPS-10, TENEX, or TOPS-20 systems can use "image" or "paged"
  201. mode for ALL transfers.  UNIX and other users must use "ascii" mode
  202. for ASCII files, and "type tenex", "type binary", or "type L 8" mode
  203. for binary files.
  204.  
  205. All aspects of the FTP process for UNIX machines have been automated
  206. to a high degree by two programs in directory PD8:<MISC.UNIX>. With
  207. these programs, a simple command like "sh autoftp30.sh mylist &" can
  208. be run in no-hangup background mode to transfer multiple files from
  209. SIMTEL20 without the user remaining logged-in on the local system.
  210. For more information, get the file PD8:<MISC.UNIX>AUTOFTP30.TAR-Z, a
  211. compressed tar archive.  After transferring it to your Unix host,
  212. rename to autoftp30.tar.Z, uncompress, and extract with tar.  Also
  213. see BATCHFTP102.TAR-Z which is an enhanced version of autoftp.
  214.  
  215. MAILING LIST CORRESPONDENCE ARCHIVES
  216.  
  217. Copies of correspondence for several mailing lists are kept on SIMTEL20
  218. in directories with names of the form PD2:<ARCHIVES.KEYWORD>, where
  219. "KEYWORD" has been chosen to indicate the associated mailing list.  At
  220. present, the following correspondence archives are available:
  221.  
  222.    mailing list       mail archive filename
  223.   ---------------     ---------------------
  224.   ADA-SW              PD2:<ARCHIVES.ADA-SW>
  225.   AMETHYST-USERS      PD2:<ARCHIVES.AMETHYST>
  226.   INFO-68K            PD2:<ARCHIVES.68K>
  227.   INFO-APPLE          PD2:<ARCHIVES.APPLE>
  228.   INFO-CPM            PD2:<ARCHIVES.CPM>
  229.   INFO-FORTH          PD2:<ARCHIVES.FORTH>
  230.   INFO-IBMPC          PD2:<ARCHIVES.IBMPC>
  231.   INFO-MICRO          PD2:<ARCHIVES.MICRO>
  232.   INFO-MODEMS         PD2:<ARCHIVES.MODEMS>
  233.   INFO-MODEMXX        PD2:<ARCHIVES.MODEMXX>
  234.   INFO-MODULA-2       PD2:<ARCHIVES.MODULA-2>
  235.   INFO-PASCAL         PD2:<ARCHIVES.PASCAL>
  236.   INFO-XENIX310       PD2:<ARCHIVES.XENIX310>
  237.   INFO-XMODEM         PD2:<ARCHIVES.XMODEM>
  238.   NORTHSTAR-USERS     PD2:<ARCHIVES.NORTHSTAR>
  239.   UNIX-SW             PD2:<ARCHIVES.UNIX-SW>
  240.   VIDEOTECH           PD2:<ARCHIVES.VIDEOTECH>
  241.  
  242. Descriptions of these and other mailing lists can be obtained via FTP
  243. with anonymous login (as for SIMTEL20) from FTP.NISC.SRI.COM.  Ask for
  244. the file netinfo/interest-groups (an ASCII file).  And please note,
  245. this is NOT on SIMTEL20.
  246.  
  247. File names for SIMTEL20 mailing list correspondence archives have two
  248. forms.  For example, in PD2:<ARCHIVES.CPM>, which holds the INFO-CPM
  249. correspondence (the "INFO-" is assumed), the forms are: yymm.n-TXT or
  250. yymm.n-TXT-Z.  Files with names ending in -Z were compressed with a
  251. Unix compress-compatible program.  The characters "yymm" in the file
  252. names are the digits of the year and month of the messages in each
  253. particular file.  The "n" was incremented as overflowed 150 disk pages
  254. (approximately 375K).  The current month's correspondence is kept in
  255. CPM-ARCHIV.TXT, which is constantly growing as new messages arrive.
  256. There may also temporarily exist files named CURRENT.n-TXT, which hold
  257. the overflow of the current month's messages when CPM-ARCHIV.TXT is
  258. split into monthly files.  Although INFO-CPM has been used as an
  259. example here, the same naming scheme is used for the other mailing list
  260. files as well.  For a complete list of available files, connect to
  261. SIMTEL20 via FTP and do this:
  262.  
  263.   dir PD2:<ARCHIVES>
  264.  
  265. You will receive a list of names of the form:
  266.  
  267.   KEYWORD.DIRECTORY.n
  268.  
  269. where "n" is one or more digits.  For example, the INFO-CPM listing
  270. currently appears as "CPM.DIRECTORY.1"  To then get a list of files in
  271. a particular archive, do this:
  272.  
  273.   dir PD2:<ARchives.keyword>
  274.  
  275. where "keyword" (for example, "cpm") is chosen from the preceding list,
  276. and the word "directory" and the number "n" are not used.  At present,
  277. all of these files are stored in ASCII.
  278.  
  279. FTP PROBLEMS, FILE ERRORS, CONNECT OR LOGIN PROBLEMS
  280.  
  281. System-related problems should be reported to ACTION@WSMR-SIMTEL20.ARMY.MIL.
  282.  
  283. ADDITIONS, IMPROVEMENTS AND CORRECTIONS
  284.  
  285. Suggestions for additions, improvements and corrections to this message
  286. are always welcome.  Please send them to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  287.  
  288. Contributions of public domain and freely-distributable software are
  289. actively solicited.  If you have something that seems appropriate for
  290. inclusion in the <CPM>, <MSDOS>, or <MISC> archives, please contact
  291. Keith Petersen <w8sdz@WSMR-SIMTEL20.ARMY.MIL>.
  292.  
  293. Contact Richard Conn <ADA-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you
  294. wish to contribute to the <ADA> archive.
  295.  
  296. Contact Robert Thum <RThum@WSMR-SIMTEL20.ARMY.MIL> if you wish to
  297. contribute to the <MACINTOSH> archive.
  298.  
  299. Contact John Pliler <UNIX-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you
  300. have something for the <UNIX-C> archive.
  301.  
  302. Please do not send files without first getting upload instructions.
  303. Uploads to the default ANONYMOUS directory are ignored and deleted
  304. without review.
  305.  
  306. SIMTEL20 files are also available from mirror sites OAK.Oakland.Edu
  307. (141.210.10.117), wuarchive.wustl.edu (128.252.135.4), ftp.uu.net
  308. (137.39.1.9), nic.funet.fi (128.214.6.100), src.doc.ic.ac.uk
  309. (146.169.3.7), nic.switch.ch (130.59.1.40) or archie.au (139.130.4.6),
  310. by e-mail through the BITNET/EARN file servers, or by uucp from UUNET's
  311. 1-900-GOT-SRCS.  See UUNET file uunet!~/info/archive-help for details.
  312.  
  313. Public, private or corporate institutions and libraries interested in
  314. the SIMTEL20 MS-DOS collection in CD-ROM format bundled with library
  315. card-catalog type access and duplication software can contact Coyote
  316. Data, Ltd. by mail at 1142 N. Main, Rochester, MI 48307 or by FAX at
  317. (313) 651-4071.  Others who do not need the access and duplication
  318. software should send e-mail to  rab@sprite.Berkeley.EDU (Robert Bruce)
  319. or telephone (800) 786-9907 or (510) 947-5996 for details on his CD-ROM
  320. offer. 
  321.  
  322. Happy computing!
  323.  
  324. Keith Petersen
  325. Maintainer of the MSDOS, MISC and CP/M archives at SIMTEL20 [192.88.110.20]
  326. Internet: w8sdz@TACOM-EMH1.Army.Mil      or      w8sdz@vela.acs.oakland.edu
  327. Uucp: uunet!umich!vela!w8sdz                          BITNET: w8sdz@OAKLAND
  328. -- 
  329.  
  330.